#include <windows.h>
#include <wincon.h>
#include "deConsole.hpp"
#include <cstdio>
Include dependency graph for deConsole.cpp:

Functions | |
| void | deConsole_MakeConsole () |
| void | deConsole_DestroyConsole () |
| bool | deConsoleColor (ConsoleColor_t fore, ConsoleColor_t back) |
| set the current color for printing text on the output console | |
| bool | deConsoleOut (const char *text,...) |
| print text on the output console | |
| void | deConsoleXY (int X, int Y) |
| set the current position for printing text on the output console | |
Variables | |
| HANDLE | StdOut |
| bool | ConsoleActive |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
|
|
||||||||||||
|
set the current color for printing text on the output console
|
|
||||||||||||
|
print text on the output console
|
|
||||||||||||
|
set the current position for printing text on the output console
|
|
|
|
|
|
|
1.3-rc3